home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / comp0_89.lha / Feel / Boot / Compiler / aaa.em < prev    next >
Lisp/Scheme  |  1993-02-02  |  264b  |  23 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: xxx.em
  4. ;; Date: Mon Feb 10 13:15:56 1992
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;
  9.  
  10. (defmodule aaa
  11.   (standard0
  12.    list-fns
  13.    aux-macros
  14.  
  15.    )
  16.   ()
  17.  
  18.   (defconstant xxx cadr)
  19.   
  20.   (defun f () (xxx (cons 1 2)))
  21.   ;; end module
  22.   )
  23.